Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/solygambas/html-css-javascript-projects/059-form validator/

index.html /cody/solygambas/html-css-javascript-projects/059-form validator/index.html
372 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
script.js /cody/solygambas/html-css-javascript-projects/059-form validator/script.js
242 Views
0 Comments
const form = document.getElementById("form");
const username = document.getElementById("username");
const email = document.getEl
style.css /cody/solygambas/html-css-javascript-projects/059-form validator/style.css
194 Views
0 Comments
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");

:root {
--main-color: #3498db;
--success-col